projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa82edf
)
(run_timers): Update pending_atimers.
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 7 Feb 2009 04:15:19 +0000
(
04:15
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 7 Feb 2009 04:15:19 +0000
(
04:15
+0000)
src/atimer.c
patch
|
blob
|
history
diff --git
a/src/atimer.c
b/src/atimer.c
index 1653b629abfff8b4922fea8a9e5c1c53708990d6..e7b23f21b749fe78e6f4db71a08c977c14104905 100644
(file)
--- a/
src/atimer.c
+++ b/
src/atimer.c
@@
-384,6
+384,9
@@
run_timers ()
EMACS_GET_TIME (now);
}
+ if (! atimers)
+ pending_atimers = 0;
+
#ifdef SYNC_INPUT
if (pending_atimers)
pending_signals = 1;